'Declaration
Public Overloads Overridable Sub UpdateFrom( _ ByVal source As IEnumerable, _ ByVal throwOnMismatch As Boolean _ )
public virtual void UpdateFrom( IEnumerable source, bool throwOnMismatch )
public: virtual void UpdateFrom( IEnumerable^ source, bool throwOnMismatch )
Parameters
- source
- An enumerable collection to add from
- throwOnMismatch
- If true, the method throws an InvalidOperationException if it encounters an item that is not of type T. If false, invalid items are silently ignored.